feat: add Video Compressor, Audio/Video Trimmer, PDF Fill & Timer/Stopwatch/Alarm - #333
Merged
Merged
Conversation
…& Timer hub Four high-demand, fully client-side tools: - Video Compressor (media/video-compress): compress a video to a target file size (WhatsApp/Discord presets) via ffmpeg.wasm single-pass CBR; pure bitrate-planning lib is unit-tested. - Audio & Video Trimmer (media/media-trim): cut a section from audio or video (MP3 ringtone / video trim), stream-copy for speed with a re-encode fallback; pure time parse/format/validate lib tested. - Fill PDF / Add Text (pdf/pdf-fill): type text, X marks and dates onto any PDF and export with pdf-lib; new textPlacementToPdf geometry + fillPdfText, tested. - Stopwatch, Timer & Alarm (calculators/timer-stopwatch): the everyday stopwatch/timer/alarm trio with a Web Audio beep; pure formatting + next-alarm math tested. Each has EN + ID SEO (title/description/intro/howTo/faqs) and Bahasa card labels.
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
goodwebtools | 868428b | Aug 27 2026, 03:20 PM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds four high-demand, fully client-side tools (no uploads), each with EN + ID SEO and Bahasa card labels.
New tools
video-compress)media-trim)pdf-fill)fillPdfTexttimer-stopwatch)These target big evergreen search intents the catalog didn't cover (compress video to X MB, mp3 cutter, edit/fill PDF, online timer/stopwatch/alarm), and lean on GWT's privacy wedge (private videos/PDFs never leave the device).
Verify
New tools start
status: 'beta'.